home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
az
/
cyberx.dxr
/
00262_NoDisponible.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-06
|
301 b
|
15 lines
on NoDisponible
global idioma
if idioma = 1 then
alert("NOT AVAILABLE IN DEMO VERSION")
else
if idioma = 2 then
alert("NO DISPONIBLE EN VERSION DEMO")
else
if idioma = 3 then
alert("N'EST PAS DISPONIBLE DANS LA VERSION DEMO")
end if
end if
end if
end